home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000036_tim@maths.tcd.ie_Fri Nov 4 17:36:19 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  2KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA25897
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 4 Nov 1994 17:36:19 -0500
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie  with SMTP
  4.           id aa09423; 4 Nov 94 15:22 GMT
  5. Subject: Re: xdvi slow startup
  6. To: Roger Hale <rwsh@cam.sri.com>
  7. Date: Fri, 4 Nov 1994 15:22:39 (GMT)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9411041234.AA29349@chirk.cam.sri.com> from "Roger Hale" at Nov 4, 94 12:34:00 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 932       
  16. Message-Id:  <9411041522.aa14628@hamilton.maths.tcd.ie>
  17.  
  18. > As far as I (a fairly naive user) can tell, what's happening is that a
  19. > required font isn't there at precisely the correct resolution, but is there
  20. > to within an acceptable tolerance (1 dpi). So, despite the fact that I'm
  21. > using the ls-R file, it appears that the font path is searched for the font
  22. > at the correct resolution before eventually finding an acceptable
  23. > substitute. The ls-R file isn't much help in this case.
  24. > What I'd like to happen is for the font path to be searched only as a last
  25. > resort (e.g. just before MakeTeXPK is invoked or before last resort fonts
  26. > are substituted). Is there a simple way to achieve this in general?
  27.  
  28. You could use !! in $TEXMF/texmf.cnf .
  29. This means only check ls-R, not the disk.
  30. I have something like
  31.  
  32. PKFONTS.xdvi = .:!!$TEXMF/fonts//:$TEXMF/fonts/tmp//
  33.  
  34. This only checks the disk for fonts created by MakeTeXPK.
  35.  
  36. (I do the same for all "recursive" paths in texmf.cnf.)
  37.  
  38.